home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
UTILITY
/
MBOOT320.ARJ
/
MBOOT.CFG
next >
Wrap
Text File
|
1991-12-05
|
3KB
|
99 lines
${D} TESTING
# This is the example config for MultiBoot version 3.02
# because these lines start with the # symbol, they will not be
# used in the CONFIG.SYS or AUTOEXEC.BAT
#
$A$ PROMPT $p$g
# This is a global AUTOEXEC line, it will be used in all the autoexecs.
# this reduces repetition in the data file. You may have up to 100 global
# autoexec lines.
$C$ FILES = 20
# This is a global CONFIG line, it acts the same as the global AUTOEXEC
# except it appears in the config.sys.
# This is a name line, the first of three lines required for a config
${N} ZILCH ;Absolutely nothing
${C}
FILES = 20
BUFFERS = 15
# This is an autoexec line. The last part of a config. It specifies where
# the autoexec.bat data for this option starts.
${A}
ECHO OFF
REM * ZILCH BOOTUP - MINIMUM *
ECHO ┌──────────────┐
ECHO │ ZILCH BOOTUP │
ECHO └──────────────┘
VERIFY OFF
#PROMPT $P$G << this is not needed because of the global line above
PATH =C:\PD;C:\ARC;C:\TSR;C:\UTILS;C:\NORTON;C:\DOS;C:\WORDS;C:\
ECHO Checking System Files for Corruption...
crcdos -s -c GOOD.CRC
# The /r at the end of this name line forces a reboot when choosing this option
${N} ZILCH-C ;Absolutely nothing w/CACHE /r
${C}
# FILES = 20 << this is not needed because of the global line above
BUFFERS = 15
DEVICE = \DOS\SMARTDRV.SYS 1024
${A}
ECHO OFF
REM * ZILCH BOOTUP - MINIMUM *
ECHO ┌──────────────┐
ECHO │ ZILCH BOOTUP │
ECHO └──────────────┘
VERIFY OFF
PROMPT $P$G
PATH =C:\PD;C:\ARC;C:\TSR;C:\UTILS;C:\NORTON;C:\DOS;C:\WORDS;C:\
ECHO Checking System Files for Corruption...
crcdos -s -c GOOD.CRC
${N} QEMM-RC ;QEMM with large ramdisk and cache
${C}
FILES = 20
BUFFERS = 5
LASTDRIVE = Z
DEVICE = C:\QEMM\QEMM.SYS EXTMEM=1024 RAM
DEVICE = C:\QEMM\LOADHI.SYS /R:1 \DOS\SMARTDRV.SYS 1024
DEVICE = C:\QEMM\LOADHI.SYS /R:1 \PD\NJRAMD.SYS /P450
${A}
ECHO OFF
PATH =C:\PD;C:\ARC;C:\TSR;C:\DOS;C:\UTILS;C:\NORTON;C:\WORDS;C:\;C:\QEMM
KEYFAST
MODE MONO
TOGGLE -c -n -s
ECHO Checking System File CRC...
CRCDOS -s -c GOOD.CRC
PROMPT $P$G
CLS
MAPMEM
RFREE
${N} SCANNER ;Scanner Setup - Scanner & Cache
${C}
FILES = 20
BUFFERS = 15
DEVICE = \DOS\SMARTDRV.SYS 1024
DEVICE = E:\SCAN\POPSMAN1.SYS
${A}
ECHO OFF
REM * ZILCH BOOTUP - MINIMUM *
E:\SCAN\FX80
ECHO ┌────────────────┐
ECHO │ SCANNER BOOTUP │
ECHO └────────────────┘
PROMPT $P$G
VERIFY OFF
PATH =C:\PD;C:\ARC;C:\TSR;C:\UTILS;C:\NORTON;C:\DOS;C:\WORDS;C:\
ECHO Checking System Files for Corruption...
cxcdos -s -c GOOD.CRC